Vcenter Vm Hardware Adapter Nvme CreateSpec
The Vcenter Vm Hardware Adapter Nvme CreateSpec schema provides a specification for the configuration of a newly-created virtual NVMe adapter.
This schema was added in vSphere API 7.0.0.1.
{
"bus": 0,
"pci_slot_number": 0
}
NVMe bus number.
This property was added in vSphere API 7.0.0.1.
If missing or null
, the server will choose an available bus number; if none is available, the request will fail.
Address of the NVMe adapter on the PCI bus.
This property was added in vSphere API 7.0.0.1.
If missing or null
, the server will choose an available address when the virtual machine is powered on.